func github.com/tmthrgd/go-hex.decodeSSE

2 uses

	github.com/tmthrgd/go-hex (current package)
		hex_amd64.go#L66: 		n, ok = decodeSSE(&dst[0], &src[0], uint64(len(src)))
		hex_amd64.go#L94: func decodeSSE(dst *byte, src *byte, len uint64) (n uint64, ok bool)